home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
005
/
mngx22b.arc
/
MX.BAT
< prev
next >
Wrap
DOS Batch File
|
1986-05-15
|
436b
|
22 lines
echo off
cls
cd\MANAGEX {here, substitute the name of the subdirectory containing MANAGEX}
cls
if exist chncnfrm.fyl erase chncnfrm.fyl
:MANAGEX
if exist end.fyl goto RETURN
managex
if not exist util.bat goto RETURN
echo off
cls
util
goto MANAGEX
:RETURN
echo off
if exist util.bat erase util.bat
cls
if exist end.fyl erase end.fyl
cls
cd\ROOT {here, substitute the name of the subdirectory containing MX.BAT}
cls